runtime.goroutineProfileStateHolder.CompareAndSwap (method)

2 uses

	runtime (current package)
		mprof.go#L895: func (p *goroutineProfileStateHolder) CompareAndSwap(old, new goroutineProfileState) bool {
		mprof.go#L1050: 		if gp1.goroutineProfiled.CompareAndSwap(goroutineProfileAbsent, goroutineProfileInProgress) {